home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / SERIAL.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  209b  |  16 lines

  1. /*
  2.  * linux/include/asm-arm/serial.h
  3.  *
  4.  * Copyright (c) 1996 Russell King.
  5.  *
  6.  * Changelog:
  7.  *  15-10-1996    RMK    Created
  8.  */
  9.  
  10. #ifndef __ASM_SERIAL_H
  11. #define __ASM_SERIAL_H
  12.  
  13. #include <asm/arch/serial.h>
  14.  
  15. #endif
  16.